CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Process Thread

搜索资源列表

  1. Chess

    0下载:
  2. 本程序采用java的线程和事件机制,实现了象棋的绘图和对奕过程,不支持联机-This procedure using java thread and event mechanism to achieve the chess games of the mapping and the process does not support online
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:99424
    • 提供者:melon
  1. ProcessTime_src

    0下载:
  2. 该工具来自 codeproject,使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。本文工具程序名为 ProcessTime。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。 象。-The instrument from codeproject, use PSAPI access to kernel mode and user mode processes and user-mode process start
  3. 所属分类:Project Manage

    • 发布日期:2017-04-27
    • 文件大小:18544
    • 提供者:详迅
  1. The_Future_of_Software_SoftwareEngineering

    0下载:
  2. 透过人类数千万年的发展史,可以看到一条清晰的、刻在时间轴上的演变脉络。该脉络不仅诉说着人类过去的发展,而且也指出了人类命运的走向。软件和软件工程作为人类历史发展过程中出现的一种重要工具,自然也会在在这条脉络中留下自己的痕迹,而这条演变脉络对人类命运走向的指导作用自然也适用于软件与软件工程。本文正是从这个广阔的视角去看待软件与软件工程的未来与前景,并对此进行一点粗浅的探索。-Abstract A careful examination of human history reveals a clea
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:399456
    • 提供者:csea
  1. WINDOWScoredesign

    1下载:
  2. windows核心编程,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等-windows-core programming, this book is to explain the internal mechanism of Windows operating system, monographs, from the basic concept of comprehensive and syste
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26988952
    • 提供者:张凌霄
  1. readerwriter

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:122786
    • 提供者:镡皓琳
  1. 800yuyinxitongdeshejiyushixian

    0下载:
  2. 语音系统主要分为语音外围控制和语音流程控制。语音外围控制通过启动不同的线程监听客户来电, 通过Socket 通信完成服务器端和客户端的数据交互 语音流程控制则是通过用户自定义的流程模型完成来电的接 听、转接、判断以及内线外播等操作。通过实际运行,系统的设计令人相当满意。-Speech system mainly divided into speech peripheral control and the voice process control. Speech peripheral c
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:579634
    • 提供者:周嘉妮
  1. tongbuyibu

    0下载:
  2. 同步异步阻塞非阻塞, 这是一个微软office 文档,详细内容请下载-comunication between process, thread. this is a microsoft doc document, wish it is usefull for you.comunication between process, thread.comunication between process, thread.comunication between process, thread.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:25165
    • 提供者:allen
  1. InBuffer

    0下载:
  2. 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-Two threads of execution within the same process address space. Producer threa
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1374
    • 提供者:刘志愿
  1. DELPHI_Pool

    0下载:
  2. 线程池的开发和应用,里面有详细的实现过程和用法,请参考-The development and application of the thread pool, which detailed implementation process and usage, please refer to
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:18640
    • 提供者:yuanhao
  1. Windows-API-Function

    0下载:
  2. 文档内介绍了常用的Windows API函数名称及其作用,目录包括:1. API之网络函数 2. API之消息函数3. API之文件处理函数4. API之打印函数5. API之文本和字体函数6. API之菜单函数7. API之位图、图标和光栅运算函数8. API之绘图函数9. API之设备场景函数10. API之硬件与系统函数11. API之进程和线程函数12. API之控件与消息函数。-The document describes the common Windows API function
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:24355
    • 提供者:xgwu
  1. multi-thread-asynchronous-

    0下载:
  2. 详细讨论了基于VC开发环境的异步串行通信动态链接库的开发、设计过程-Discussed in detail the dynamic link library of asynchronous serial communication based on VC development environment, development, design process
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:131785
    • 提供者:泞瀞
  1. Processes

    0下载:
  2. Windows Process Kernel - Process and Thread-
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:85645
    • 提供者:DaVinci
  1. Androidapplication

    0下载:
  2. 主要讨论在Android应用程序中进程和线程是怎样工作的。-In this paper, the Android application process and thread is how to work.
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:24960
    • 提供者:xiang夫君
  1. Linux

    0下载:
  2. linux系统编程、关于、进程、线程与文件-linux system programming, process, thread and file
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:659258
    • 提供者:hengding
  1. SPY

    0下载:
  2. Spy++ (SPYXX.EXE) 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图。使用 Spy++ 可以执行下列操作: 显示系统对象(包括进程、线程和窗口)之间关系的图形树。 搜索指定的窗口、线程、进程或消息。 查看选定的窗口、线程、进程或消息的属性。 直接从视图中选择窗口、线程、进程或消息。 通过鼠标定位,使用查找程序工具选择窗口。 使用复杂的消息日志选择参数设置消息选项。 - Spy++ (SP
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:579035
    • 提供者:jack
  1. thread-process

    0下载:
  2. 这里介绍了进程与线程的区别,有利于加强自己的认识-Here the difference between processes and threads, and will help strengthen their own understanding
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:12832
    • 提供者:wangtingting
  1. Process_Thread_Fiber_job

    0下载:
  2. This simple document shows details of process,thread,job and fiber in the windows kernel
  3. 所属分类:Project Manage

    • 发布日期:2017-12-08
    • 文件大小:413730
    • 提供者:无名氏
  1. MULTI-THREAD

    0下载:
  2. 基于多线程的windows编程技术的实现过程介绍,十之一-Realization of the process of multi-threaded programming, ten one
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:2890
    • 提供者:林佳慧
  1. Thread

    0下载:
  2. 主要是针对linux系统编程中的多线程和多进程,里面有详细的说明和例子,相信你能看懂的!-Mainly for linux system programming of multi-threaded and multi-process, there are detailed descr iptions and examples, I believe you can understand!
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:675579
    • 提供者:xiaoni
  1. Principle of Operating System1

    0下载:
  2. 针对进程和线程模型进行的一个深入的讲解,是对无论是前端还是后台编程的一个重要基础。(An in-depth explanation of the process and thread model is an important basis for both front-end and back-end programming.)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-23
    • 文件大小:37320704
    • 提供者:Jorton
« 12 »
搜珍网 www.dssz.com